How to Deploy React App using Azure Static Web Apps ?
Microsoft Azure is a public cloud computing platform. It provides a lot of cloud services to access, manage, and deploy applications. Where as Azure Static Web App is one of the services of Microsoft Azure. It automatically builds and deploys full-stack web apps from the code repository to azure....
read more
Build a Text Translator Web App using Flask and Azure Cognitive Services
We’re going to create a website that will translate text into multiple languages using Artificial Intelligence(AI). We’ll use Flask framework for the Front end and Azure Cognitive Services(collection of AI services) for the Back end....
read more
Microsoft Azure – Install Guest Configuration Extension for Windows
Pre-requisite:- Azure...
read more
How to Install SQL Server on Azure VM?
Microsoft Azure provides us with multiple database services which help us to run popular relational database management systems, like MySQL, SQL Server, and PostgreSQL in the cloud...
read more
Microsoft Azure – Retrieve Azure Virtual Machine Admin User Name
In this article, you will get to know, how you can find an azure Virtual machine admin user name in crucial situations to recover an azure VM Username. Purpose – this username will help you to reset an azure VM password in the absence of Admin or else if some forget or In case of verifying the username....
read more
Microsoft Azure – Configuring an Alert Rule with Azure Monitor
The azure monitor is a powerful monitoring tool that works like a smart dashboard for our applications and services by collecting application, guest operating system(OS), Azure resource, Azure subscription, and Azure tenant monitoring data to help us gain insights, understand the performance of our cloud and on-premise applications and services to easily identify issues that might affect them and know the factors and resources they depend on....
read more
Microsoft Azure – Creating an HTTP Trigger with Azure Logic Apps
In this article, we will look into how to set up an HTTP Request Trigger that could be used in an Azure Logic App. These triggers get activated whenever an event occurs. The event needs to be decided by the trigger creator....
read more
Microsoft Azure – Azure App Servers Routing using PowerShell
In this article, we will look into how to add logic to your testing and production sites with PowerShell.  I Azure, you could split the traffic that goes between your staging slot on your production slot by defining routing rules inside the Azure portal. Now, what if you wanted to do this programmatically via maybe a PowerShell script....
read more
Azure Red Hat OpenShift
OpenShift is a platform that simplifies running containers in production with Kubernetes. It streamlines cluster management, including tasks like image registries, storage, networking, and monitoring tools. It also integrates with middleware, databases, and CI/CD tools for building container-based applications....
read more
High-Scale Load Testing With Azure
See your app as being in the middle of a major sale, when shoppers rush there and are ready to buy as much as possible...
read more
Deploying a Web App on Azure App Service: Step-by-Step Guide
Azure is the Cloud computing platform and Suite of cloud services provided by Microsoft. Azure provides various services including building and deploying web apps, logic apps, configuring databases, etc....
read more
How to Install and Connect to Azure AD with PowerShell?
Azure Active Directory (Azure AD) is a service for managing identities and access in the cloud. This solution facilitates access to thousands of additional SaaS applications, the Azure portal, and external resources like Microsoft 365 for your staff members....
read more